google.golang.org/grpc/balancer/endpointsharding.balancerWrapper.NewSubConn (method, view implemented interface methods)

5 uses

	google.golang.org/grpc/balancer
		balancer.go#L146: 	NewSubConn([]resolver.Address, NewSubConnOptions) (SubConn, error)

	google.golang.org/grpc/balancer/base
		balancer.go#L113: 			sc, err := b.cc.NewSubConn([]resolver.Address{a}, opts)

	google.golang.org/grpc/balancer/pickfirst
		pickfirst.go#L182: 	subConn, err := b.cc.NewSubConn(addrs, balancer.NewSubConnOptions{

	google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
		pickfirstleaf.go#L174: 	sc, err := b.cc.NewSubConn([]resolver.Address{addr}, balancer.NewSubConnOptions{

	google.golang.org/grpc/internal/balancer/gracefulswitch
		gracefulswitch.go#L371: 	sc, err := bw.gsb.cc.NewSubConn(addrs, opts)